NAME
	GU_FreeGadgets -- Free a linked list of gadgets.

   SYNOPSIS
	GU_FreeGadgets(glist)
	               A0

	VOID GU_FreeGadgets(struct Gadget *);

   FUNCTION
	Frees all gadgets found on the linked list of gadgets beginning
	with the specified one. Frees all the memory that was allocated
	by GU_CreateGadgetA(). This function will return safely with no
	action if it recieves a NULL parameter.

	Use this function in place of gadtools/FreeGadgets().

   INPUTS
	glist - pointer to the first gadget in list to be freed

   SEE ALSO
	GU_CreateGadgetA() , gadtools/FreeGadgets().


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.